3.48 \(\int \frac{1}{\sqrt{1+\coth ^2(x)}} \, dx\)

Optimal. Leaf size=25 \[ \frac{\tanh ^{-1}\left (\frac{\sqrt{2} \coth (x)}{\sqrt{\coth ^2(x)+1}}\right )}{\sqrt{2}} \]

[Out]

ArcTanh[(Sqrt[2]*Coth[x])/Sqrt[1 + Coth[x]^2]]/Sqrt[2]

________________________________________________________________________________________

Rubi [A]  time = 0.0193541, antiderivative size = 25, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 10, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.3, Rules used = {3661, 377, 206} \[ \frac{\tanh ^{-1}\left (\frac{\sqrt{2} \coth (x)}{\sqrt{\coth ^2(x)+1}}\right )}{\sqrt{2}} \]

Antiderivative was successfully verified.

[In]

Int[1/Sqrt[1 + Coth[x]^2],x]

[Out]

ArcTanh[(Sqrt[2]*Coth[x])/Sqrt[1 + Coth[x]^2]]/Sqrt[2]

Rule 3661

Int[((a_) + (b_.)*((c_.)*tan[(e_.) + (f_.)*(x_)])^(n_))^(p_), x_Symbol] :> With[{ff = FreeFactors[Tan[e + f*x]
, x]}, Dist[(c*ff)/f, Subst[Int[(a + b*(ff*x)^n)^p/(c^2 + ff^2*x^2), x], x, (c*Tan[e + f*x])/ff], x]] /; FreeQ
[{a, b, c, e, f, n, p}, x] && (IntegersQ[n, p] || IGtQ[p, 0] || EqQ[n^2, 4] || EqQ[n^2, 16])

Rule 377

Int[((a_) + (b_.)*(x_)^(n_))^(p_)/((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Subst[Int[1/(c - (b*c - a*d)*x^n), x]
, x, x/(a + b*x^n)^(1/n)] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0] && EqQ[n*p + 1, 0] && IntegerQ[n]

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rubi steps

\begin{align*} \int \frac{1}{\sqrt{1+\coth ^2(x)}} \, dx &=\operatorname{Subst}\left (\int \frac{1}{\left (1-x^2\right ) \sqrt{1+x^2}} \, dx,x,\coth (x)\right )\\ &=\operatorname{Subst}\left (\int \frac{1}{1-2 x^2} \, dx,x,\frac{\coth (x)}{\sqrt{1+\coth ^2(x)}}\right )\\ &=\frac{\tanh ^{-1}\left (\frac{\sqrt{2} \coth (x)}{\sqrt{1+\coth ^2(x)}}\right )}{\sqrt{2}}\\ \end{align*}

Mathematica [A]  time = 0.0625269, size = 44, normalized size = 1.76 \[ \frac{\sqrt{\cosh (2 x)} \text{csch}(x) \log \left (\sqrt{2} \cosh (x)+\sqrt{\cosh (2 x)}\right )}{\sqrt{2} \sqrt{\coth ^2(x)+1}} \]

Antiderivative was successfully verified.

[In]

Integrate[1/Sqrt[1 + Coth[x]^2],x]

[Out]

(Sqrt[Cosh[2*x]]*Csch[x]*Log[Sqrt[2]*Cosh[x] + Sqrt[Cosh[2*x]]])/(Sqrt[2]*Sqrt[1 + Coth[x]^2])

________________________________________________________________________________________

Maple [B]  time = 0.046, size = 62, normalized size = 2.5 \begin{align*} -{\frac{\sqrt{2}}{4}{\it Artanh} \left ({\frac{ \left ( 2-2\,{\rm coth} \left (x\right ) \right ) \sqrt{2}}{4}{\frac{1}{\sqrt{ \left ( 1+{\rm coth} \left (x\right ) \right ) ^{2}-2\,{\rm coth} \left (x\right )}}}} \right ) }+{\frac{\sqrt{2}}{4}{\it Artanh} \left ({\frac{ \left ( 2\,{\rm coth} \left (x\right )+2 \right ) \sqrt{2}}{4}{\frac{1}{\sqrt{ \left ({\rm coth} \left (x\right )-1 \right ) ^{2}+2\,{\rm coth} \left (x\right )}}}} \right ) } \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(1+coth(x)^2)^(1/2),x)

[Out]

-1/4*2^(1/2)*arctanh(1/4*(2-2*coth(x))*2^(1/2)/((1+coth(x))^2-2*coth(x))^(1/2))+1/4*2^(1/2)*arctanh(1/4*(2*cot
h(x)+2)*2^(1/2)/((coth(x)-1)^2+2*coth(x))^(1/2))

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{1}{\sqrt{\coth \left (x\right )^{2} + 1}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1+coth(x)^2)^(1/2),x, algorithm="maxima")

[Out]

integrate(1/sqrt(coth(x)^2 + 1), x)

________________________________________________________________________________________

Fricas [B]  time = 2.22461, size = 1831, normalized size = 73.24 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1+coth(x)^2)^(1/2),x, algorithm="fricas")

[Out]

1/8*sqrt(2)*log(2*(cosh(x)^8 + 8*cosh(x)*sinh(x)^7 + sinh(x)^8 + (28*cosh(x)^2 + 3)*sinh(x)^6 + 3*cosh(x)^6 +
2*(28*cosh(x)^3 + 9*cosh(x))*sinh(x)^5 + 5*(14*cosh(x)^4 + 9*cosh(x)^2 + 1)*sinh(x)^4 + 5*cosh(x)^4 + 4*(14*co
sh(x)^5 + 15*cosh(x)^3 + 5*cosh(x))*sinh(x)^3 + (28*cosh(x)^6 + 45*cosh(x)^4 + 30*cosh(x)^2 + 4)*sinh(x)^2 + 4
*cosh(x)^2 + 2*(4*cosh(x)^7 + 9*cosh(x)^5 + 10*cosh(x)^3 + 4*cosh(x))*sinh(x) + (sqrt(2)*cosh(x)^6 + 6*sqrt(2)
*cosh(x)*sinh(x)^5 + sqrt(2)*sinh(x)^6 + 3*(5*sqrt(2)*cosh(x)^2 + sqrt(2))*sinh(x)^4 + 3*sqrt(2)*cosh(x)^4 + 4
*(5*sqrt(2)*cosh(x)^3 + 3*sqrt(2)*cosh(x))*sinh(x)^3 + (15*sqrt(2)*cosh(x)^4 + 18*sqrt(2)*cosh(x)^2 + 4*sqrt(2
))*sinh(x)^2 + 4*sqrt(2)*cosh(x)^2 + 2*(3*sqrt(2)*cosh(x)^5 + 6*sqrt(2)*cosh(x)^3 + 4*sqrt(2)*cosh(x))*sinh(x)
 + 4*sqrt(2))*sqrt((cosh(x)^2 + sinh(x)^2)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2)) + 4)/(cosh(x)^6 + 6*co
sh(x)^5*sinh(x) + 15*cosh(x)^4*sinh(x)^2 + 20*cosh(x)^3*sinh(x)^3 + 15*cosh(x)^2*sinh(x)^4 + 6*cosh(x)*sinh(x)
^5 + sinh(x)^6)) + 1/8*sqrt(2)*log(-2*(cosh(x)^4 + 4*cosh(x)*sinh(x)^3 + sinh(x)^4 + (6*cosh(x)^2 - 1)*sinh(x)
^2 - cosh(x)^2 + 2*(2*cosh(x)^3 - cosh(x))*sinh(x) + (sqrt(2)*cosh(x)^2 + 2*sqrt(2)*cosh(x)*sinh(x) + sqrt(2)*
sinh(x)^2 - sqrt(2))*sqrt((cosh(x)^2 + sinh(x)^2)/(cosh(x)^2 - 2*cosh(x)*sinh(x) + sinh(x)^2)) + 1)/(cosh(x)^2
 + 2*cosh(x)*sinh(x) + sinh(x)^2))

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{1}{\sqrt{\coth ^{2}{\left (x \right )} + 1}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1+coth(x)**2)**(1/2),x)

[Out]

Integral(1/sqrt(coth(x)**2 + 1), x)

________________________________________________________________________________________

Giac [B]  time = 1.18556, size = 93, normalized size = 3.72 \begin{align*} \frac{\sqrt{2}{\left (\log \left (\sqrt{e^{\left (4 \, x\right )} + 1} - e^{\left (2 \, x\right )} + 1\right ) - \log \left (\sqrt{e^{\left (4 \, x\right )} + 1} - e^{\left (2 \, x\right )}\right ) - \log \left (-\sqrt{e^{\left (4 \, x\right )} + 1} + e^{\left (2 \, x\right )} + 1\right )\right )}}{4 \, \mathrm{sgn}\left (e^{\left (2 \, x\right )} - 1\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(1+coth(x)^2)^(1/2),x, algorithm="giac")

[Out]

1/4*sqrt(2)*(log(sqrt(e^(4*x) + 1) - e^(2*x) + 1) - log(sqrt(e^(4*x) + 1) - e^(2*x)) - log(-sqrt(e^(4*x) + 1)
+ e^(2*x) + 1))/sgn(e^(2*x) - 1)